Merged
Conversation
…oller Signed-off-by: gabrieledm <gabriele.delmonte@proton.me>
cryptodev-2s
requested changes
Feb 4, 2026
Contributor
cryptodev-2s
left a comment
There was a problem hiding this comment.
One minor change other ways looks good
micaelae
previously approved these changes
Feb 4, 2026
…ridge-status-controller in CHANGELOG Signed-off-by: gabrieledm <gabriele.delmonte@proton.me>
mcmire
previously approved these changes
Feb 4, 2026
cryptodev-2s
reviewed
Feb 4, 2026
Signed-off-by: gabrieledm <gabriele.delmonte@proton.me>
cryptodev-2s
approved these changes
Feb 5, 2026
7 tasks
github-merge-queue bot
pushed a commit
to MetaMask/metamask-extension
that referenced
this pull request
Feb 11, 2026
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** - Adds MegaETH as selectable network for Bridge/Swap. - Adds Bridge/Swap feature for MegaETH (behind feature flags). - Bumps `bridge-controller` released in MetaMask/core#7837. <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [](https://codespaces.new/MetaMask/metamask-extension/pull/39927?quickstart=1) ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: Adds Bridge and Swap feature to MegaETH ## **Related issues** Fixes: ## **Manual testing steps** 1. Open MetaMask extension 2. Click on `Swap` button 3. Click to select a token as a source 4. Click on `All networks` 5. Select `MegaETH` network 6. Select one of the proposed tokens 7. Enter an amount to swap 8. The proposed quote for the swap should appear ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <img width="1685" height="1367" alt="Screenshot from 2026-02-09 23-06-09" src="https://github.com/user-attachments/assets/abd823c2-6996-4e8b-b8b3-0cfbb0d836ff" /> <img width="1680" height="1363" alt="Screenshot from 2026-02-10 11-19-30" src="https://github.com/user-attachments/assets/b6d75c3b-e93d-4b05-8a12-7ad1d53dc62c" /> <img width="1680" height="1363" alt="Screenshot from 2026-02-10 11-18-51" src="https://github.com/user-attachments/assets/aabfacaf-3d36-4209-8cfb-5efab0a6ef2f" /> <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Expands Bridge/Swap functionality to a new chain and introduces new contract/token address constants, which could impact routing/quoting if misconfigured; changes are largely additive and covered by a selector test update. > > **Overview** > Adds **MegaETH** as a supported network for Bridge and Swaps by wiring `CHAIN_IDS.MEGAETH_MAINNET` into the allowed chain lists and display-name maps, and defining MegaETH-specific default token/contract/wrapped-token addresses plus a USDT0 common pair. > > Updates slippage/stablecoin detection to recognize MegaETH’s USDT0 asset, adjusts bridge selector tests to include the extra destination chain, and bumps `@metamask/bridge-controller` to `^65.3.0` (with lockfile updates). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit dfb4099. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: gabrieledm <gabriele.delmonte@proton.me>
github-merge-queue bot
pushed a commit
to MetaMask/metamask-extension
that referenced
this pull request
Feb 11, 2026
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** - Adds MegaETH as selectable network for Bridge/Swap. - Adds Bridge/Swap feature for MegaETH (behind feature flags). - Bumps `bridge-controller` released in MetaMask/core#7837. <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [](https://codespaces.new/MetaMask/metamask-extension/pull/39927?quickstart=1) ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: Adds Bridge and Swap feature to MegaETH ## **Related issues** Fixes: ## **Manual testing steps** 1. Open MetaMask extension 2. Click on `Swap` button 3. Click to select a token as a source 4. Click on `All networks` 5. Select `MegaETH` network 6. Select one of the proposed tokens 7. Enter an amount to swap 8. The proposed quote for the swap should appear ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <img width="1685" height="1367" alt="Screenshot from 2026-02-09 23-06-09" src="https://github.com/user-attachments/assets/abd823c2-6996-4e8b-b8b3-0cfbb0d836ff" /> <img width="1680" height="1363" alt="Screenshot from 2026-02-10 11-19-30" src="https://github.com/user-attachments/assets/b6d75c3b-e93d-4b05-8a12-7ad1d53dc62c" /> <img width="1680" height="1363" alt="Screenshot from 2026-02-10 11-18-51" src="https://github.com/user-attachments/assets/aabfacaf-3d36-4209-8cfb-5efab0a6ef2f" /> <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Expands Bridge/Swap functionality to a new chain and introduces new contract/token address constants, which could impact routing/quoting if misconfigured; changes are largely additive and covered by a selector test update. > > **Overview** > Adds **MegaETH** as a supported network for Bridge and Swaps by wiring `CHAIN_IDS.MEGAETH_MAINNET` into the allowed chain lists and display-name maps, and defining MegaETH-specific default token/contract/wrapped-token addresses plus a USDT0 common pair. > > Updates slippage/stablecoin detection to recognize MegaETH’s USDT0 asset, adjusts bridge selector tests to include the extra destination chain, and bumps `@metamask/bridge-controller` to `^65.3.0` (with lockfile updates). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit dfb4099. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: gabrieledm <gabriele.delmonte@proton.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Minor release of
@metamask/bridge-controllerReferences
Checklist
Note
Low Risk
Release/version and dependency-range updates only; no functional code changes in controllers are included in this diff.
Overview
Bumps the monorepo release version to
788.0.0and publishes@metamask/bridge-controlleras65.3.0(changelog entry added, package version updated).Updates downstream packages (
bridge-status-controllerandtransaction-pay-controller) to depend on@metamask/bridge-controller@^65.3.0, and refreshesyarn.lockto reflect the new workspace dependency range.Written by Cursor Bugbot for commit c4a933a. This will update automatically on new commits. Configure here.